home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_220 / PlaceObject2_547_122 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  104 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.shape.hitTest(this))
  3.    {
  4.       _root.hero._y--;
  5.    }
  6. }
  7.